home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 5
/
Amiga Plus Sonderheft 1996 #5.iso
/
programme
/
imagedesk304
/
imagedesk
/
instdata.lha
/
instdata
/
rexx
/
Default.CopyFiles.IDesk
< prev
next >
Wrap
Text File
|
1996-02-13
|
375b
|
25 lines
/* If choosen for the default AREXX script, this script
will copy all clicked pictures into the directory
specified below.
*/
OPTIONS RESULTS
PARSE ARG iname itype ipos
DestDir = "ram:"
/* ^- This is the name of the destination directory.
Edit it for your requirements
*/
ADDRESS COMMAND
'copy 'iname DestDir
ADDRESS IDESK_REXXPORT
exit